projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b6178
)
* configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
author
Jim Blandy
<jimb@redhat.com>
Thu, 18 Mar 1993 16:10:40 +0000
(16:10 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 18 Mar 1993 16:10:40 +0000
(16:10 +0000)
make rs6000-ibm-aix default to -aix32.
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index c00401ee361c807bc0348aaef7a27e73a90333d5..a5f9098de10e7548574b2a7278f43a2979da8b87 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-447,12
+447,12
@@
case "${configuration}" in
i386-ibm-aix1.2 )
machine=ibmps2-aix opsys=usg5-3
;;
- rs6000-ibm-aix | rs6000-ibm-aix32* )
- machine=ibmrs6000 opsys=aix3-2
- ;;
- rs6000-ibm-aix31* )
+ rs6000-ibm-aix3.1 )
machine=ibmrs6000 opsys=aix3-1
;;
+ rs6000-ibm-aix3.2 | rs6000-ibm-aix* )
+ machine=ibmrs6000 opsys=aix3-2
+ ;;
romp-ibm-bsd* )
machine=ibmrt opsys=bsd4-2
;;